runtime.gcControllerState.bgScanCredit (field)
8 uses
runtime (current package)
mgcmark.go#L445: bgScanCredit := gcController.bgScanCredit.Load()
mgcmark.go#L455: gcController.bgScanCredit.Add(-stolen)
mgcmark.go#L643: if gcController.bgScanCredit.Load() > 0 {
mgcmark.go#L672: gcController.bgScanCredit.Add(scanWork)
mgcmark.go#L712: gcController.bgScanCredit.Add(scanWork)
mgcpacer.go#L257: bgScanCredit atomic.Int64
mgcpacer.go#L388: c.bgScanCredit.Store(0)
proc.go#L3890: gcController.bgScanCredit.Add(scanCredit)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |